Skip to content

Commit

Permalink
Upload to real pypi
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Mueller <[email protected]>
  • Loading branch information
johannes-mueller committed Aug 1, 2024
1 parent 2716bdd commit 39a6bf0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pypi-deploy-odbclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build wheels
run: |
python setup.py bdist_wheel
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: artifact-wheel
path: tools/odbclient/dist/*.whl
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

- uses: pypa/[email protected]
with:
# user: __token__
# password: ${{ secrets.upload_pypi }}
password: ${{ secrets.test_pypi }}
repository_url: https://test.pypi.org/legacy/
user: __token__
password: ${{ secrets.upload_pypi }}
# password: ${{ secrets.test_pypi }}
# repository_url: https://test.pypi.org/legacy/
8 changes: 4 additions & 4 deletions .github/workflows/pypi-deploy-odbserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- uses: pypa/[email protected]
with:
# user: __token__
# password: ${{ secrets.upload_pypi }}
password: ${{ secrets.test_pypi }}
repository_url: https://test.pypi.org/legacy/
user: __token__
password: ${{ secrets.upload_pypi }}
# password: ${{ secrets.test_pypi }}
# repository_url: https://test.pypi.org/legacy/
8 changes: 4 additions & 4 deletions .github/workflows/pypi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- uses: pypa/[email protected]
with:
# user: __token__
# password: ${{ secrets.upload_pypi }}
password: ${{ secrets.test_pypi }}
repository_url: https://test.pypi.org/legacy/
user: __token__
password: ${{ secrets.upload_pypi }}
# password: ${{ secrets.test_pypi }}
# repository_url: https://test.pypi.org/legacy/

0 comments on commit 39a6bf0

Please sign in to comment.