Skip to content

Commit

Permalink
Merge pull request #145 from EDITD/fix_pypi_releasing
Browse files Browse the repository at this point in the history
Fix pypi releasing
  • Loading branch information
gchazot authored Mar 5, 2023
2 parents 734f29c + f51bd84 commit a212d0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ jobs:
with:
python-version: '3.11'
- name: Install build dependencies
run: |
pip install build
run: pip install build
- name: Build package
run: python -m build
- name: Publish Package
uses: pypa/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@v1.6.4
with:
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Unreleased

# v13.9.5.0
# v13.9.5.1
- No functional change, this is just validating the change of CI to Github Actions

# v13.9.5
Expand Down

0 comments on commit a212d0d

Please sign in to comment.