Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 6dcc927

Browse files
v0.3.10: Use Github Actions for publishing Releases
1 parent d1144d0 commit 6dcc927

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
pip install setuptools wheel twine
2121
- name: Build and publish
2222
env:
23-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
24-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
23+
TWINE_USERNAME: __token__
24+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
2525
run: |
2626
python setup.py sdist bdist_wheel
2727
twine upload dist/*

lucid/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
seed = 0
3636

3737
# Set the lucid version - setup.py imports this value!
38-
__version__ = "0.3.9"
38+
__version__ = "0.3.10"

0 commit comments

Comments
 (0)