Skip to content

Commit

Permalink
ci: fix automated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Feb 10, 2023
1 parent 7cbd13a commit d61eedc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
TWINE_USERNAME: ci_afm
TWINE_PASSWORD: ${{ secrets.PYPI_PWD }}
run: |
python setup.py sdist bdist_wheel
pip wheel --no-deps -w dist .
twine upload --skip-existing dist/*
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.5.1
- ci: fix automated pipeline
0.5.0
- BREAKING CHANGE: remove the igorpy compatibility layer
- docs: include Readme.rst for description on PyPI
Expand Down

0 comments on commit d61eedc

Please sign in to comment.