Skip to content

Commit

Permalink
fix publishing to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
sburgers committed Mar 18, 2024
1 parent f9178a9 commit e2d2d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
sed -i "/__version__/d" twinn_ml_interface/_version.py
sed -i "s/__dev_version__/__version__/g" twinn_ml_interface/_version.py
if: github.ref != 'refs/heads/master'
if: github.ref != 'refs/heads/main'

- name: Install pypa/build
run: >-
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Version 0.3.2
- Add testing pipeline.
- Fix publishing pipeline (was only publishing dev versions)

## Version 0.3.1
- Add pipelines for publishing to `pypi`, `testpypi`.
Expand Down

0 comments on commit e2d2d3b

Please sign in to comment.