Skip to content

Commit

Permalink
Revert "upload/download-artifact v4"
Browse files Browse the repository at this point in the history
This reverts commit c8aca74.
  • Loading branch information
davidism committed Apr 23, 2024
1 parent c8aca74 commit 2a17038
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/publish.yaml
Expand Up @@ -45,13 +45,11 @@ jobs:
contents: write
steps:
- uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
with:
merge-multiple: true
- name: create release
run: >
gh release create --draft --repo ${{ github.repository }}
${{ github.ref_name }}
*.intoto.jsonl/* dist/*
*.intoto.jsonl/* artifact/*
env:
GH_TOKEN: ${{ github.token }}
publish-pypi:
Expand All @@ -66,12 +64,10 @@ jobs:
id-token: write
steps:
- uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
with:
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: dist/
packages-dir: artifact/
- uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
with:
packages-dir: dist/
packages-dir: artifact/

0 comments on commit 2a17038

Please sign in to comment.