Skip to content

Commit

Permalink
Finalize Release worflow 3
Browse files Browse the repository at this point in the history
  • Loading branch information
volf52 committed Oct 28, 2020
1 parent 4762890 commit ed26c73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ jobs:
asset_content_type: application/gzip

- name: Upload wheel file
id: upload-wheel-file
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/pyasm-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl
asset_name: pyasm-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl
asset_content_type: application/x-wheel+zip
id: upload-wheel-file
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/pyasm-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl
asset_name: pyasm-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl
asset_content_type: application/x-wheel+zip
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyasm"
version = "0.1.6"
version = "0.1.7"
description = "ASM Assembler for Nand2Tetris Hack Computer"
authors = ["Arslan <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit ed26c73

Please sign in to comment.