Skip to content

Commit 65ee2b1

Browse files
committed
deployment
1 parent c078c52 commit 65ee2b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-deployment.yaml .github/workflows/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Python Package (Test)
1+
name: Deploy Python Package
22

33
on:
44
push:
@@ -38,4 +38,4 @@ jobs:
3838
TWINE_USERNAME: __token__
3939
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
4040
run: |
41-
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
41+
twine upload dist/*

0 commit comments

Comments
 (0)