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 043424a commit 427881aCopy full SHA for 427881a
.github/workflows/cicd.yml
@@ -30,7 +30,7 @@ jobs:
30
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
31
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
32
33
- # TODO uncomment after the first release
+ # TODO uncomment after the first public release
34
# check-vulnerabilities:
35
# name: "Check library vulnerabilities"
36
# runs-on: ubuntu-latest
@@ -149,6 +149,7 @@ jobs:
149
name: ${{ env.PACKAGE_NAME }}-artifacts
150
path: ${{ env.PACKAGE_NAME }}-artifacts
151
152
153
# - name: "Upload artifacts to PyPI using trusted publisher"
154
# uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
155
# with:
0 commit comments