Skip to content

Commit

Permalink
CI #101 override for initial push
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Sep 29, 2023
1 parent 4aa471c commit 85112a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
twine check dist/*
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
# if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down

0 comments on commit 85112a3

Please sign in to comment.