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 68b00a2 commit a206d72Copy full SHA for a206d72
.github/workflows/publish.yml
@@ -57,7 +57,7 @@ jobs:
57
publish-to-testpypi:
58
if: ${{inputs.testpypi}} == true
59
name: Publish Python distribution to TestPyPI
60
- uses: ./.github/actions/test.yml
+ uses: ./.github/workflows/test.yml
61
needs:
62
- test
63
- build
@@ -81,7 +81,7 @@ jobs:
81
82
publish-to-pypi:
83
name: Publish Python distribution to PyPI
84
85
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
86
87
0 commit comments