Skip to content

Commit

Permalink
Merge 1c38f81 into 92e5a45
Browse files Browse the repository at this point in the history
  • Loading branch information
SebCorbin committed Jan 27, 2024
2 parents 92e5a45 + 1c38f81 commit 4992e53
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,21 @@
on:
release:
types:
- published

name: release

jobs:
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
# Specifying a GitHub environment is optional, but strongly encouraged
environment: release
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
# retrieve your distributions here

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 4992e53

Please sign in to comment.