Skip to content

Commit 415f2e1

Browse files
authored
Merge pull request #12 from postgresml/levkk-again
third time is the charm
2 parents 446eda2 + f0b6416 commit 415f2e1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install build
22+
pip install build twine wheel
2323
- name: Build package
2424
run: python -m build
2525
- name: Publish package
26-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
27-
with:
28-
user: __token__
29-
password: ${{ secrets.PYPI_API_TOKEN }}
26+
run: twine upload -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} dist/*

0 commit comments

Comments
 (0)