Skip to content

Commit a206d72

Browse files
committed
Fixed GitHub Action
1 parent 68b00a2 commit a206d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
publish-to-testpypi:
5858
if: ${{inputs.testpypi}} == true
5959
name: Publish Python distribution to TestPyPI
60-
uses: ./.github/actions/test.yml
60+
uses: ./.github/workflows/test.yml
6161
needs:
6262
- test
6363
- build
@@ -81,7 +81,7 @@ jobs:
8181

8282
publish-to-pypi:
8383
name: Publish Python distribution to PyPI
84-
uses: ./.github/actions/test.yml
84+
uses: ./.github/workflows/test.yml
8585
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
8686
needs:
8787
- test

0 commit comments

Comments
 (0)