Skip to content

Commit

Permalink
Add pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Rakovsky committed Sep 20, 2023
1 parent bf8330d commit f0cbcc7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pypi-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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 f0cbcc7

Please sign in to comment.