Skip to content

Commit

Permalink
Merge pull request #13 from asfadmin/devel
Browse files Browse the repository at this point in the history
Install setuptools_scm in pypi publish action
  • Loading branch information
glshort authored Apr 2, 2021
2 parents e078d83 + 82a2f66 commit c7a649d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install setuptools wheel twine
python3 -m pip install setuptools wheel twine "setuptools-scm[toml]"
- name: Build and publish
env:
TWINE_USERNAME: __token__
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
- Improved packaging/build process

### Fixed
- Removed hard-coded version string
- Removed hard-coded version string
- Install setuptools_scm in pypi publish action

0 comments on commit c7a649d

Please sign in to comment.