Skip to content

Commit 33f1b9a

Browse files
committed
version bump; pypi two-form auth
1 parent 1ba5b01 commit 33f1b9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pip install twine build
2626
- name: Build and publish
2727
env:
28-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
28+
TWINE_USERNAME: __token__
2929
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3030
run: |
3131
python -m build

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ keywords:
3131
- Expanding Bloom Filter
3232
- Counting Cuckoo Filter
3333
license: MIT
34-
version: 0.5.8
35-
date-released: '2023-06-19'
34+
version: 0.5.9
35+
date-released: '2023-12-28'

probables/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
__maintainer__ = "Tyler Barrus"
2828
__email__ = "[email protected]"
2929
__license__ = "MIT"
30-
__version__ = "0.5.8"
30+
__version__ = "0.5.9"
3131
__credits__ = [] # type: ignore
3232
__url__ = "https://github.com/barrust/pyprobables"
3333
__bugtrack_url__ = "https://github.com/barrust/pyprobables/issues"

0 commit comments

Comments
 (0)