Skip to content

Commit

Permalink
fix: attempt to repair release process
Browse files Browse the repository at this point in the history
  • Loading branch information
PROJECT-DEFIANT committed Aug 4, 2024
1 parent 222342a commit 3f52d3c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,18 @@ jobs:
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
- name: Download all the dists
uses: actions/download-artifact@v4
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
name: python-package-distributions
path: dist/
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
- name: checkout on v1.7.0
uses: actions/checkout@v4
with:
ref: v1.7.0
- name: build
run: poetry build
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

Expand Down

0 comments on commit 3f52d3c

Please sign in to comment.