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

Commit

Permalink
v0.3.10: Use Github Actions for publishing Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwigschubert committed Mar 19, 2021
1 parent d1144d0 commit 6dcc927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
2 changes: 1 addition & 1 deletion lucid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
seed = 0

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

0 comments on commit 6dcc927

Please sign in to comment.