Skip to content

Commit

Permalink
Final publishing test run
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Jun 11, 2024
1 parent 3bbee0e commit a154a6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Exit if not on master branch
if: github.ref_name != 'master'
run: exit -1
# - name: Exit if not on master branch
# if: github.ref_name != 'master'
# run: exit -1

- name: Install build dependencies
run: python -m pip install --upgrade build
Expand Down

0 comments on commit a154a6b

Please sign in to comment.