From 582ccff8027b4676d5a1c1a180b01d8fcf0f74e6 Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 27 Aug 2024 13:23:11 -0700 Subject: [PATCH] bump version and update twine uploads --- .github/workflows/ci_test.yml | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 861fddc7..d25ffc09 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -132,5 +132,6 @@ jobs: env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} + TWINE_REPOSITORY_URL: https://upload.pypi.org/legacy/ run: | twine upload dist/* diff --git a/setup.cfg b/setup.cfg index 236c02ca..6dda81b9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.2 +current_version = 3.4.1 commit = False tag = False