Skip to content

Commit b607b84

Browse files
committed
build: local repo
1 parent c3af27f commit b607b84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: steps.release_package.outputs.released == 'true'
6464
with:
6565
# optionally configure a custom repository URL
66-
# repository-url: https://firstly-welcome-crane.ngrok-free.app
66+
repository-url: https://firstly-welcome-crane.ngrok-free.app
6767
packages-dir: ./dist
6868
user: __token__
6969
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
packages-dir: ./dist
106106
# optionally configure a custom repository URL
107-
# repository-url: https://firstly-welcome-crane.ngrok-free.app
107+
repository-url: https://firstly-welcome-crane.ngrok-free.app
108108
user: __token__
109109
password: ${{ secrets.PYPI_API_TOKEN }}
110110

0 commit comments

Comments
 (0)