Skip to content

Commit

Permalink
CI: Add missing Python setup command
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed Nov 5, 2020
1 parent 35c0a9d commit 1d882ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
tagRegex: "version-(.*)"
- name: Update source version
run: sed -i "s/unknown/${GIT_TAG_NAME}/" colibris/__init__.py
- name: Python package setup
run: python setup.py sdist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 1d882ef

Please sign in to comment.