Skip to content

Commit

Permalink
Merge pull request #18: CI: fix pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Feb 18, 2024
2 parents d845f3f + a6b4c4c commit 0e6b2cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ jobs:
pytest
- name: Build and publish to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') && matrix.python-version == '3.12'
uses: pypa/[email protected]
with:
user: domain-connect
password: ${{ secrets.PYPI_PASSWORD }}
distributions: "sdist bdist_wheel"
skip_existing: true

0 comments on commit 0e6b2cf

Please sign in to comment.