We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23aab36 commit a0cb35eCopy full SHA for a0cb35e
.github/workflows/release-package.yml
@@ -133,6 +133,6 @@ jobs:
133
path: dist/
134
135
- name: Publish to PyPI
136
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1.12
137
with:
138
skip-existing: true
.github/workflows/test-package.yml
@@ -108,7 +108,7 @@ jobs:
108
109
- name: Publish to Test PyPI
110
if: ${{ github.event_name == 'push' }}
111
112
113
114
repository-url: https://test.pypi.org/legacy/
0 commit comments