Skip to content

Commit 903450b

Browse files
committed
fix build
1 parent a58e842 commit 903450b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ jobs:
167167
uses: ansys/actions/release-pypi-public@v9
168168
with:
169169
library-name: ${{ env.PACKAGE_NAME }}
170-
use-trusted-publisher: true
170+
twine-username: "__token__"
171+
twine-token: ${{ secrets.PYPI_TOKEN }}
171172

172173
- name: Release to GitHub
173174
uses: ansys/actions/release-github@v9

0 commit comments

Comments
 (0)