Skip to content

Commit d3cccab

Browse files
committed
Fix release workflow and temporarily disable Publish package action to PyPI
1 parent 0ab5d10 commit d3cccab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
user: __token__
7777
password: ${{ steps.get-test-pypi-token.outputs.token }}
78-
repository_url: https://test.pypi.org/legacy/
78+
repository-url: https://test.pypi.org/legacy/
7979
# - name: Publish package on PyPI
8080
# if: steps.check-version.outputs.tag
8181
# uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8 # release/v1

0 commit comments

Comments
 (0)