From 566685380fae771bf2420af534746a293ebb62a7 Mon Sep 17 00:00:00 2001 From: Zero Codes <78277955+Z3R0-CDS@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:33:50 +0200 Subject: [PATCH 1/3] Update setup.cfg For testing to pypi --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3cf1c9e..3194b1c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nfc_uid -version = 0.4.1 +version = 0.4.2 description = Get UUID of NFC card with a scanner. long_description = file: README.md long_description_content_type = text/markdown From 7ae8d64b5f0d7ba5c3da1fc8766a3650899540c8 Mon Sep 17 00:00:00 2001 From: Zero Codes <78277955+Z3R0-CDS@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:39:06 +0200 Subject: [PATCH 2/3] Update pypi-deploy.yml Debugging --- .github/workflows/pypi-deploy.yml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index 8c3996f..58672df 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -25,16 +25,25 @@ jobs: - name: Build package run: python -m build - - 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: 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/ From c89d4923c8c5249fddd49af35952542fa6a16bc0 Mon Sep 17 00:00:00 2001 From: Zero Codes <78277955+Z3R0-CDS@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:39:44 +0200 Subject: [PATCH 3/3] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3194b1c..d9957c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nfc_uid -version = 0.4.2 +version = 0.4.3 description = Get UUID of NFC card with a scanner. long_description = file: README.md long_description_content_type = text/markdown