Skip to content

Commit

Permalink
Added upload release command to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyryk committed Nov 9, 2023
1 parent 8cbd4a5 commit 787f44b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
release:
types:
- published
push:
branches:
- develop
# push:
# branches:
# - develop

jobs:
publish:
Expand Down Expand Up @@ -38,4 +38,5 @@ jobs:
run: |
source venv/bin/activate && \
python -m build && \
python -m twine check dist/*
python -m twine check dist/* && \
python -m twine upload dist/*

0 comments on commit 787f44b

Please sign in to comment.