Skip to content

Commit

Permalink
Ludwig release steps pypi (#3891)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsherstinsky authored Jan 17, 2024
1 parent 3472968 commit 3769d8a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/upload-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@ on:
workflow_dispatch:

jobs:
upload:
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: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 3769d8a

Please sign in to comment.