From e3661c11e36d4892cf144327214c8d7938bae9bd Mon Sep 17 00:00:00 2001 From: Michael Panchenko <35432522+MischaPanch@users.noreply.github.com> Date: Wed, 20 Mar 2024 00:26:11 +0100 Subject: [PATCH 1/6] Update publish.yaml, missing / [skip ci] --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 80a5601..f3c8d7b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -26,5 +26,5 @@ jobs: run: | if [ -z "${PYPI_TOKEN}" ]; then echo "Set the PYPI_TOKEN variable in your repository secrets"; exit 1; fi poetry config pypi-token.pypi $PYPI_TOKEN - poetry config repositories.pypi https://pypi.org/legacy + poetry config repositories.pypi https://pypi.org/legacy/ poetry publish --build --repository pypi From 55e9bee3734effc73d904c1751e1f86597d408aa Mon Sep 17 00:00:00 2001 From: Michael Panchenko <35432522+MischaPanch@users.noreply.github.com> Date: Wed, 20 Mar 2024 00:39:54 +0100 Subject: [PATCH 2/6] Update publish.yaml [skip ci] --- .github/workflows/publish.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f3c8d7b..deffa87 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -22,9 +22,7 @@ jobs: poetry config virtualenvs.in-project true --local - name: Build and publish env: - PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} + POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }} run: | - if [ -z "${PYPI_TOKEN}" ]; then echo "Set the PYPI_TOKEN variable in your repository secrets"; exit 1; fi - poetry config pypi-token.pypi $PYPI_TOKEN - poetry config repositories.pypi https://pypi.org/legacy/ - poetry publish --build --repository pypi + if [ -z "${POETRY_PYPI_TOKEN_PYPI}" ]; then echo "Set the PYPI_TOKEN variable in your repository secrets"; exit 1; fi + run: poetry publish From 72df9a580dced8801502a958939849f26d08f63a Mon Sep 17 00:00:00 2001 From: Michael Panchenko <35432522+MischaPanch@users.noreply.github.com> Date: Wed, 20 Mar 2024 00:41:17 +0100 Subject: [PATCH 3/6] Update publish.yaml [skip ci] --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index deffa87..50ce936 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -25,4 +25,4 @@ jobs: POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }} run: | if [ -z "${POETRY_PYPI_TOKEN_PYPI}" ]; then echo "Set the PYPI_TOKEN variable in your repository secrets"; exit 1; fi - run: poetry publish + run: poetry publish --build From 1a4d7deca6c0c312566d13ae233eea3371ce14b8 Mon Sep 17 00:00:00 2001 From: Michael Panchenko <35432522+MischaPanch@users.noreply.github.com> Date: Wed, 20 Mar 2024 00:41:46 +0100 Subject: [PATCH 4/6] Update publish.yaml, typo [skip ci[ --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 50ce936..1b3b2dc 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -25,4 +25,4 @@ jobs: POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }} run: | if [ -z "${POETRY_PYPI_TOKEN_PYPI}" ]; then echo "Set the PYPI_TOKEN variable in your repository secrets"; exit 1; fi - run: poetry publish --build + poetry publish --build From 5f96a57bbbc5cfb5c1aafad59fcf0e047d07e4cc Mon Sep 17 00:00:00 2001 From: Michael Panchenko <35432522+MischaPanch@users.noreply.github.com> Date: Wed, 20 Mar 2024 23:08:34 +0100 Subject: [PATCH 5/6] Add CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1 @@ + From 61bf9adaff119d43d18ce357f4d9eac4f31f6cb3 Mon Sep 17 00:00:00 2001 From: Michael Panchenko <35432522+MischaPanch@users.noreply.github.com> Date: Wed, 20 Mar 2024 23:09:26 +0100 Subject: [PATCH 6/6] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b13789..0e0ac65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,4 @@ +# Changelog + +Started after v1.0.0