Skip to content

Commit

Permalink
Added upload to PyPi command for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyryk committed Oct 8, 2021
1 parent eae8bad commit 047003c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
release:
types:
- published
push:
branches:
- 'master'
paths-ignore:
- '**/*.md'
# push:
# branches:
# - 'master'
# paths-ignore:
# - '**/*.md'

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

0 comments on commit 047003c

Please sign in to comment.