Skip to content

Commit

Permalink
Updated version and publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
delarosatrevin committed Mar 3, 2024
1 parent 57d22f0 commit b69c53e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_and_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,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_JMRT_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
Expand Down
2 changes: 1 addition & 1 deletion emtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
# *
# **************************************************************************

__version__ = '0.0.10'
__version__ = '0.0.11'

0 comments on commit b69c53e

Please sign in to comment.