Skip to content

Commit

Permalink
CI: Need to create dist package before pushing to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
pastewka committed Sep 4, 2020
1 parent 76a1f3b commit 5a7a577
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
python3 setup.py build
sudo python3 setup.py install
- name: package_dist
run: |
sudo python3 setup.py sdist
# Standard drop-in approach that should work for most people.
- name: build_doc
run: |
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change log
==========

v0.5.1 (4Sep20)
---------------
v0.5.1, v0.5.2 (4Sep20)
-----------------------

- Enabling automatic publishing on PyPI

Expand Down

0 comments on commit 5a7a577

Please sign in to comment.