Skip to content

Commit

Permalink
Merge pull request #49 from stefanondisponibile/develop
Browse files Browse the repository at this point in the history
Release `v0.6.5`
  • Loading branch information
stefanondisponibile authored Jun 25, 2023
2 parents 8b849ff + 08f2759 commit 2448774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.sha }}
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
- uses: actions/setup-python@v4
name: Setup Python
- uses: snok/[email protected]
Expand Down Expand Up @@ -43,3 +42,4 @@ jobs:
draft: false
fail_on_unmatched_files: true
files: dist/*
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
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 = "theboringlibrary"
version = "0.6.4"
version = "0.6.5"
description = "It does nothing!"
authors = ["Stefano Frassetto <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2448774

Please sign in to comment.