Skip to content

Commit 020db8f

Browse files
committed
fix: fix url in pypi environment
1 parent 587a8e4 commit 020db8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
environment:
1212
name: pypi
13-
url: https://pypi.org/p/wherobots-python-dbapi-driver
13+
url: https://pypi.org/p/wherobots-python-dbapi
1414
permissions:
1515
id-token: write
1616
steps:

0 commit comments

Comments
 (0)