Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhollmann committed Dec 29, 2021
1 parent 9cdbae5 commit c66d8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -132,7 +132,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
uses: andstor/file-existence-action@v1
with:
files: "dist/blueskyapi-${{ github.ref_name }}.tar.gz, blueskyapi-${{ github.ref_name }}-py3-none-any.whl"
files: "dist/blueskyapi-${{ github.ref_name }}.tar.gz, dist/blueskyapi-${{ github.ref_name }}-py3-none-any.whl"
allow_failure: true

- name: Publish package
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "blueskyapi"
version = "0.1.0a3"
version = "0.1.0"
description = "Client for blueskyapi.io"
authors = ["blueskyapi.io <contact@blueskyapi.io>"]
license = "MIT"
Expand Down

0 comments on commit c66d8f7

Please sign in to comment.