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 27f599a commit c8fe313Copy full SHA for c8fe313
.github/workflows/releaser.yml
@@ -49,11 +49,16 @@ jobs:
49
steps:
50
- uses: actions/checkout@v3
51
52
+ - name: "Download Release Asset - HTML"
53
+ uses: dsaltares/[email protected]
54
+ with:
55
+ file: ansys_dpf_core-0.6.0-py3-none-any.whl
56
+ token: ${{ secrets.GITHUB_TOKEN }}
57
+
58
- name: "Upload to Public PyPi"
59
run: |
60
pip install twine
- python setup.py sdist
- twine upload --skip-existing dist/*
61
+ twine upload ansys_dpf_core-0.6.0-py3-none-any.whl
62
env:
63
TWINE_USERNAME: __token__
64
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
0 commit comments