Skip to content

Commit 2967d67

Browse files
author
Owen Jones
committed
Now that it works, remove the publish prevent
1 parent ce87a18 commit 2967d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
workflow: build.yml
3535
path: ./dist
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
37+
3838
- name: Retrieve SDIST artifacts for release
3939
uses: dawidd6/action-download-artifact@v2
4040
with:
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
user: __token__
5757
password: ${{ secrets.PYPI_PASSWORD }}
58-
repository-url: https://PREVENTFORTESTING.upload.pypi.org/legacy/
58+
repository-url: https://upload.pypi.org/legacy/
5959
verbose: true
6060
packages-dir: ./dist
6161

0 commit comments

Comments
 (0)