Files
pycord-reactive-views/.github/workflows/publish.yml
dependabot[bot] 422f7d21b1 fix: bump actions/checkout from 3 to 4 (#14)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-31 11:31:34 +02:00

19 lines
372 B
YAML

name: Publish to PyPI
on:
workflow_call:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
environment: release
steps:
- uses: actions/checkout@v4
- name: Setup PDM
uses: pdm-project/setup-pdm@v3
with:
python-version: '3.12'
- name: Build and publish to PyPI
run: pdm publish