We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec78a5 commit 0b47932Copy full SHA for 0b47932
.github/workflows/pypi-publish.yml
@@ -55,13 +55,13 @@ jobs:
55
56
- name: Publish package 📦 to Test PyPI
57
if: github.event_name == 'push'
58
- uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
+ uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6
59
with:
60
repository-url: https://test.pypi.org/legacy/
61
62
- name: Publish package 📦 to PyPI
63
if: github.event_name == 'release'
64
65
66
# [1] https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
67
# Used actions: (updates managed by dependabot)
0 commit comments