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 1447adb commit ef93ddaCopy full SHA for ef93dda
1 file changed
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
if: >-
30
(github.ref == 'refs/heads/release/test') ||
31
(github.ref == 'refs/heads/release/main')
32
- uses: pypa/gh-action-pypi-publish@bce3b74dbf8cc32833ffba9d15f83425c1a736e0 # v1.3.1
+ uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 # v1.4.2
33
with:
34
password: ${{ secrets.test_pypi_password }}
35
repository_url: https://test.pypi.org/legacy/
@@ -70,6 +70,6 @@ jobs:
70
- run: ls -lh dist
71
- name: Publish distribution 📦 to PyPI
72
if: github.ref == 'refs/heads/release/main'
73
74
75
password: ${{ secrets.pypi_password }}
0 commit comments