Skip to content

Commit

Permalink
Remove comments in release yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RohithSurya committed Jun 14, 2024
1 parent 2fdf800 commit abcf654
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: ./scripts/poetry-install.sh
- name: Make build
run: $POETRY build
- uses: actions/upload-artifact@v4 # v4.3.3
- uses: actions/upload-artifact@v4
with:
name: distfiles
path: dist/
Expand All @@ -33,10 +33,9 @@ jobs:
contents: write
needs: build
steps:
# We need to be in a git repo for gh to work.
- uses: actions/checkout@v4 # v4.1.4
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4 # v4.1.7
- uses: actions/download-artifact@v4
with:
name: distfiles
path: dist/
Expand Down
Binary file removed build/pyhpcc-0.1.0-py3-none-any.whl
Binary file not shown.
Binary file removed build/pyhpcc-0.1.0.tar.gz
Binary file not shown.

0 comments on commit abcf654

Please sign in to comment.