Skip to content

Commit 427881a

Browse files
fix: Add TODOs for release
1 parent 043424a commit 427881a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
3131
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
3232

33-
# TODO uncomment after the first release
33+
# TODO uncomment after the first public release
3434
# check-vulnerabilities:
3535
# name: "Check library vulnerabilities"
3636
# runs-on: ubuntu-latest
@@ -149,6 +149,7 @@ jobs:
149149
name: ${{ env.PACKAGE_NAME }}-artifacts
150150
path: ${{ env.PACKAGE_NAME }}-artifacts
151151

152+
# TODO uncomment after the first public release
152153
# - name: "Upload artifacts to PyPI using trusted publisher"
153154
# uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
154155
# with:

0 commit comments

Comments
 (0)