Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Z3R0-CDS/NFC_UID
Browse files Browse the repository at this point in the history
  • Loading branch information
Z3R0-CDS committed Sep 12, 2023
2 parents 5125295 + 93b746f commit 74f55f3
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/pypi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,9 @@ jobs:

- name: Build package
run: python -m build

- name: Include README in distribution
run: |
cp README.md dist/
- name: Show repo
run: |
ls
ls dist/

- name: Include main.py in distribution
run: cp main.py dist/

- name: Publish package to PyPI
run: python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
env:
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

- name: Show repo
run: |
ls
ls dist/

0 comments on commit 74f55f3

Please sign in to comment.