Skip to content

Commit

Permalink
setup_scmtools testing
Browse files Browse the repository at this point in the history
  • Loading branch information
menckend committed Oct 6, 2024
1 parent 0de1719 commit 9a947c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
path: dist/

publish-to-pypi:
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
if: ! startsWith(github.ref, 'refs/tags/') # only publish to test.pypi.org on non-tagged commits
#if: startsWith(github.ref, 'nevermatch')
env:
SETUPTOOLS_SCM_PRETEND_VERSION : '1.2.3test'
name: >-
Publish Python istribution to PyPI
needs:
Expand Down

0 comments on commit 9a947c2

Please sign in to comment.