Skip to content

Commit

Permalink
Merge pull request #309 from AikidoSec/fix-deprecated-gh-workflows
Browse files Browse the repository at this point in the history
Fix deprecated gh actions (remove dist/ store, it gets published to pypi now)
willem-delbare authored Jan 31, 2025
2 parents cd0ae35 + 3921672 commit 28dec2b
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -57,8 +57,3 @@ jobs:
run: make build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # release/v1
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/
5 changes: 0 additions & 5 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
@@ -65,8 +65,3 @@ jobs:
poetry config repositories.test-pypi https://test.pypi.org/legacy/
poetry config pypi-token.test-pypi ${{ secrets.TEST_PYPI_TOKEN }}
poetry publish -r test-pypi --build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/

0 comments on commit 28dec2b

Please sign in to comment.