Releases: etils-actions/pypi-auto-publish
Releases · etils-actions/pypi-auto-publish
v1.5.5
v1.5.4
Fix _is_editable
Full Changelog: v1...v1.5.4
v1.5.3
- Fix the automated package detection in some instances.
v1.5.2
- Use Python 3.11
v1.5.1
- Check changelog before pushing on GitHub (to fail earlier)
v1.5.0
- Add
path
input (to customize the project directory) - Add
version
andis-released
outputs
v1.4.0
- Add
git-ref
input (to customize or skip checkout)
v1.3.0
- Fix deprecation warnings (update to new output format,...)
v1.2.0
- Raise an error if
pypi-token: ${{ secrets.PYPI_API_TOKEN }}
is set butPYPI_API_TOKEN
is empty
v1.1.0
- Add support to auto-parse logs