Skip to content

Commit

Permalink
upload package
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiehkl committed Sep 20, 2023
1 parent e170349 commit 76a3571
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
pip install -r requirements.txt
python3 -m build --no-isolation
echo "Build successfull, uploading now..."
python3 -m twine upload dist/* -u __token__ -p "$PYPI_DB_ROCKET"
python3 -m twine upload dist/* -u "__token__" -p "$PYPI_DB_ROCKET"
echo "Upload successfull!"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog db-rocket


## Version 2.0.2
- fix wheel uploading to root dbfs path

## Version 2.0.2
- fix wheel uploading to root dbfs path

Expand Down

0 comments on commit 76a3571

Please sign in to comment.