File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 99 name : " Deploy live documentation"
1010 runs-on : ubuntu-latest
1111 if : startsWith(github.ref, 'refs/tags/v')
12+ permissions :
13+ contents : write
1214 steps :
1315 - uses : actions/checkout@v3
1416
3840 repository-name : pyansys/DPF-Post-docs
3941 commit-message : Documentation generated for ${{ steps.get_version.outputs.VERSION }}
4042 clean-exclude : " CNAME"
41- tag : ${{ steps.get_version.outputs.VERSION }}
43+ tag : doc- ${{ steps.get_version.outputs.VERSION }}
4244
4345 Publish_to_PyPi :
4446 name : Publish to PyPi
6264 - name : " Upload to Public PyPi"
6365 run : |
6466 pip install twine
65- twine upload --skip-existing ./**/ *.whl
66- twine upload --skip-existing ./**/ *.tar.gz
67+ twine upload --skip-existing *.whl
68+ twine upload --skip-existing *.tar.gz
6769 env :
6870 TWINE_USERNAME : __token__
6971 TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments