Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Use .tar.gz for the release archive on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
natikgadzhi committed Jul 12, 2020
1 parent cbff88a commit 99617b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
upload_url: ${{ steps.release-drafter.outputs.upload_url }}
asset_path: ${{ steps.build-release.outputs.NOTOMA_RELEASE_PATH }}
asset_name: ${{ steps.build-release.outputs.NOTOMA_RELEASE_NAME }}
asset_name: ${{ steps.build-release.outputs.NOTOMA_RELEASE_NAME }}.tar.gz
asset_content_type: application/x-gzip

#32 TODO: add a step to upload to pypi
Expand All @@ -82,4 +82,4 @@ jobs:
#33 TODO: Automate homebrew releases.
# Add a step to trigger the notoma-homebrew repo's own workflow
# that would update to the new Notoma's version from pypi, and
# update it's version.
# update it's version.
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 = "notoma"
version = "0.2.6"
version = "0.2.7"
description = "Write and publish your blog articles from Notion."
authors = ["Nate Gadzhibalaev <nate@respawn.io>"]

Expand Down

0 comments on commit 99617b0

Please sign in to comment.