Skip to content

Commit 45f69d0

Browse files
authored
Update pypi.yml
1 parent 76bdb96 commit 45f69d0

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/pypi.yml

+10-5
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,15 @@ jobs:
3232
poetry build
3333
cat pyproject.toml
3434
35+
3536
- name: Publish the package to pypi
36-
uses: JRubics/[email protected]
37-
with:
38-
python_version: '3.10'
39-
repository_username: ${{ secrets.TWINE_USERNAME }}
40-
repository_password: ${{ secrets.TWINE_PASSWORD }}
37+
run : |
38+
poetry config http-basic.pypi ${{ secrets.TWINE_USERNAME }} ${{ secrets.TWINE_PASSWORD }}
39+
poetry publish
40+
41+
#uses: JRubics/[email protected]
42+
#with:
43+
# python_version: '3.10'
44+
# repository_username: ${{ secrets.TWINE_USERNAME }}
45+
# repository_password: ${{ secrets.TWINE_PASSWORD }}
4146

0 commit comments

Comments
 (0)