Skip to content

Commit f918657

Browse files
authored
Merge pull request #12 from postgresml/levkk-again
third time is the charm
2 parents 4a8e5b2 + bea0e00 commit f918657

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy