We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d81399 commit db67cfcCopy full SHA for db67cfc
.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@8a08d616893759ef8e1aa1f2785787c0b97e20d6
+ uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
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