kivy / pyjnius

Access Java classes from Python
https://pyjnius.readthedocs.org
MIT License
1.39k stars 255 forks source link

Use the `release/v1` tag for `pypa/gh-action-pypi-publish`, as `master` is deprecated #693

Closed misl6 closed 11 months ago

misl6 commented 11 months ago

In this pull request, we are updating our workflow for PyPI package publishing by transitioning from the master branch to the release/v1 tag in the pypa/gh-action-pypi-publish action, as the master branch is deprecated.

Testing:

During the upcoming release phase, comprehensive testing will be performed via PyPI's test infrastructure to ensure this change effectively works.

Fixes issue #660