Skip to content

Commit 28dec2b

Browse files
Merge pull request #309 from AikidoSec/fix-deprecated-gh-workflows
Fix deprecated gh actions (remove dist/ store, it gets published to pypi now)
2 parents cd0ae35 + 3921672 commit 28dec2b

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,3 @@ jobs:
5757
run: make build
5858
- name: Publish package distributions to PyPI
5959
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # release/v1
60-
- name: Store the distribution packages
61-
uses: actions/upload-artifact@v3
62-
with:
63-
name: python-package-distributions
64-
path: dist/

.github/workflows/test-publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,3 @@ jobs:
6565
poetry config repositories.test-pypi https://test.pypi.org/legacy/
6666
poetry config pypi-token.test-pypi ${{ secrets.TEST_PYPI_TOKEN }}
6767
poetry publish -r test-pypi --build
68-
- name: Store the distribution packages
69-
uses: actions/upload-artifact@v3
70-
with:
71-
name: python-package-distributions
72-
path: dist/

0 commit comments

Comments
 (0)