Skip to content

Commit 39a6bf0

Browse files
Upload to real pypi
Signed-off-by: Johannes Mueller <johannes.mueller4@de.bosch.com>
1 parent 2716bdd commit 39a6bf0

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/pypi-deploy-odbclient.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build wheels
3030
run: |
3131
python setup.py bdist_wheel
32-
- uses: actions/upload-artifact@v2
32+
- uses: actions/upload-artifact@v4
3333
with:
3434
name: artifact-wheel
3535
path: tools/odbclient/dist/*.whl
@@ -77,7 +77,7 @@ jobs:
7777

7878
- uses: pypa/gh-action-pypi-publish@v1.9.0
7979
with:
80-
# user: __token__
81-
# password: ${{ secrets.upload_pypi }}
82-
password: ${{ secrets.test_pypi }}
83-
repository_url: https://test.pypi.org/legacy/
80+
user: __token__
81+
password: ${{ secrets.upload_pypi }}
82+
# password: ${{ secrets.test_pypi }}
83+
# repository_url: https://test.pypi.org/legacy/

.github/workflows/pypi-deploy-odbserver.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- uses: pypa/gh-action-pypi-publish@v1.9.0
7979
with:
80-
# user: __token__
81-
# password: ${{ secrets.upload_pypi }}
82-
password: ${{ secrets.test_pypi }}
83-
repository_url: https://test.pypi.org/legacy/
80+
user: __token__
81+
password: ${{ secrets.upload_pypi }}
82+
# password: ${{ secrets.test_pypi }}
83+
# repository_url: https://test.pypi.org/legacy/

.github/workflows/pypi-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- uses: pypa/gh-action-pypi-publish@v1.9.0
9292
with:
93-
# user: __token__
94-
# password: ${{ secrets.upload_pypi }}
95-
password: ${{ secrets.test_pypi }}
96-
repository_url: https://test.pypi.org/legacy/
93+
user: __token__
94+
password: ${{ secrets.upload_pypi }}
95+
# password: ${{ secrets.test_pypi }}
96+
# repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)