Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Oct 30, 2024
1 parent 1fd9658 commit 5de11d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
COVERALLS_FLAG_NAME: ${{ matrix.python-version }}
COVERALLS_PARALLEL: true
- name: Publish to PyPI
if: github.ref == 'master' && github.event_name == 'push' && matrix.python-version == '3.10'
if: github.ref == 'refs/heads/master' && github.event_name == 'push' && matrix.python-version == '3.10'
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down

0 comments on commit 5de11d2

Please sign in to comment.