We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab30b5e commit dd11bd9Copy full SHA for dd11bd9
.github/workflows/python-publish.yml
@@ -45,15 +45,11 @@ jobs:
45
- name: 'Upload to PyPi'
46
#if: contains(github.ref, 'refs/tags')
47
run: |
48
- pip install --upgrade pip flit
49
- pip install -r requirements/requirements_build.txt
50
- flit build
51
pip install twine
52
#python setup.py sdist
53
twine check dist/*
54
twine upload --skip-existing dist/*
55
env:
56
- TWINE_USERNAME: __token__
57
- #TWINE_PASSWORD: ${{secrets.PYPI_TOKEN}}
58
- TWINE_PASSWORD: ${{secrets.MEDSON_PYPI}}
59
- TWINE_REPOSITORY_URL: "https://upload.pypi.org/legacy/"
+ TWINE_USERNAME: PAT
+ TWINE_PASSWORD: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
+ TWINE_REPOSITORY_URL: https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/upload
0 commit comments