Skip to content

Commit

Permalink
removed pipy username
Browse files Browse the repository at this point in the history
  • Loading branch information
KyloRen1 committed Oct 16, 2023
1 parent f8e5ac6 commit b4adf68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
python -m pip install pytest
cp -r ${{ github.workspace }}/test ./test
pytest --verbose --disable-warnings
pypi-user: ${{ secrets.pypi_user }}
pypi-token: ${{ secrets.pypi_token }}
github-user: KyloRen1
github-token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion ua_datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@



__version__ = '0.0.8'
__version__ = '0.0.9'

0 comments on commit b4adf68

Please sign in to comment.