Skip to content

Commit

Permalink
REL: Version 2021.6
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Apr 19, 2021
1 parent 2805eb5 commit 88eb54d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
pip3 install setuptools wheel twine
pip3 install -r requirements.txt
- name: Build and publish python wheels
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*.whl
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


is_released = True
version = '2021.5'
version = '2021.6'


def git_version():
Expand Down

0 comments on commit 88eb54d

Please sign in to comment.