We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1522e5d commit ba7db52Copy full SHA for ba7db52
.github/workflows/python-ci.yml
@@ -87,7 +87,7 @@ jobs:
87
run: poetry build
88
89
- name: Test package is publishable with PyPI test server
90
- uses: pypa/gh-action-pypi-publish@v1.8.10
+ uses: pypa/gh-action-pypi-publish@v1.12.4
91
with:
92
repository-url: https://test.pypi.org/legacy/
93
skip-existing: true
.github/workflows/release.yml
@@ -128,4 +128,4 @@ jobs:
128
129
130
- name: Publish package distributions to PyPI
131
0 commit comments