Skip to content

Commit

Permalink
Improve workflow for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Sep 28, 2019
1 parent 4365d6c commit 17163d2
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Python package
name: Packaging

on: [push, release]
on:
# Make sure packaging process is not broken
push:
# Make a package for release
release:
types: [published]

jobs:
build:
Expand All @@ -24,5 +29,5 @@ jobs:
run: python setup.py sdist bdist_wheel
- uses: actions/upload-artifact@master
with:
name: dist
name: tox-gh-actions-dist
path: dist

0 comments on commit 17163d2

Please sign in to comment.