Compare commits

...

4 Commits

Author SHA1 Message Date
Lincoln Stein
6f45931711 tweak pypi workflow again 2023-10-13 12:04:25 -04:00
Lincoln Stein
278392d52c Update pypi-release.yml 2023-10-13 11:59:05 -04:00
Lincoln Stein
b2f942d714 tweak pypi workflow 2023-10-13 11:57:22 -04:00
Lincoln Stein
6bc2253894 bump version 2023-10-13 09:17:32 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ jobs:
run: twine check dist/*
- name: check PyPI versions
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v2.3' || github.ref == 'refs/heads/v3.3.0post1'
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v2.3' || github.ref == 'refs/heads/release/3.3.0post1'
run: |
pip install --upgrade requests
python -c "\

View File

@@ -1 +1 @@
__version__ = "3.3.1"
__version__ = "3.3.0post1"