We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec585fe commit 844225fCopy full SHA for 844225f
1 file changed
.github/workflows/release-pypi-upload.yml
@@ -3,6 +3,7 @@ on:
3
release:
4
types:
5
- published
6
+ - edited
7
8
jobs:
9
publish-to-pypi:
@@ -12,7 +13,7 @@ jobs:
12
13
runs-on: ubuntu-latest
14
environment:
15
name: pypi
- url: https://test.pypi.org/p/basicts_dyf # Replace <package-name> with your PyPI project name
16
+ url: https://pypi.ac.cn/p/basicts # Replace <package-name> with your PyPI project name
17
permissions:
18
id-token: write # IMPORTANT: mandatory for trusted publishing
19
0 commit comments