Release notes pypa/gh-action-pypi-publish's releases v1.12.0 ⚡️ Why Should You Update? This is a minor version bump, but it does not add any new user-facing interfaces. Still, I felt like it should not be a patch-release: this update bringssignificant changesto the action invocatio...
Bumpspypa/gh-action-pypi-publishfrom 1.12.3 to 1.12.4. Release notes pypa/gh-action-pypi-publish's releases v1.12.4 ✨ What's Changed The main theme of this patch release that the support for uploadingPEP 639 licensing metadatato PyPI has been fixed in#327. 🛠️ Internal Updates A...
每次release新包的时候,我们可以利用GitHub Actions自动构建,发布到pypi 使用pypa/gh-action-pypi-publish发布 .github/workflows/python-publish.yml # https://github.com/actions/starter-workflows/blob/main/ci/python-publish.yml name: Upload Python Package on: release: types: [published] permissions: conten...
Bumpspypa/gh-action-pypi-publishfrom 1.10.3 to 1.11.0. Release notes pypa/gh-action-pypi-publish's releases v1.11.0 🔏 Helping you become a trusted supply chain link 🔗 Two months ago, inv1.10.0,@woodruffw💰integrated support for generating and uploadingPEP 740digital attestations ...
Bumps pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.10.3 💅 Cosmetic Output Improvements In #270, @facutuesca💰 made a fo...
🙏 Please, thank William for working on this amazing improvement for the ecosystem! The overall effort is tracked @pypi/warehouse#15871, by the way. 🪞 Full Diff:pypa/gh-action-pypi-publish@v1.9.0...v1.10.0 🧔♂️ Release Manager:@webknjaz 🇺🇦 ...
Bumps pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.12.3 ✨ What's Improved With the updates by @woodruffw💰 and @webknj...
- name: publish if: github.event_name == 'release' && github.event.action == 'published' uses: pypa/gh-action-pypi-publish@master uses: pypa/gh-action-pypi-publish@v1.6.4 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} 0 comments on commit 6e07e1e Please sign ...
Release notes pypa/gh-action-pypi-publish's releases. v1.10.3 💅 Cosmetic Output Improvements In#270,@facutuesca💰made a follow-up to their previous PR#250, making the hints show up more granularly. This effectively makes sure that the suggestion to enable Trusted Publishing does not ...
Bumps pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.10.2 💅 Cosmetic Output Improvements In #250 and #258, @facutuesca💰 ...