We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91962d6 commit 314912cCopy full SHA for 314912c
.github/workflows/pypi-release.yaml
@@ -88,7 +88,7 @@ jobs:
88
path: dist
89
- name: Publish package to TestPyPI
90
if: github.event_name == 'push'
91
- uses: pypa/gh-action-pypi-publish@v1.11.0
+ uses: pypa/gh-action-pypi-publish@v1.12.2
92
with:
93
repository_url: https://test.pypi.org/legacy/
94
verbose: true
@@ -111,6 +111,6 @@ jobs:
111
name: releases
112
113
- name: Publish package to PyPI
114
115
116
0 commit comments