Skip to content

Commit

Permalink
🚀 Bump version to test out release
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurio committed May 17, 2022
1 parent ece2973 commit 3ad11a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.10 ]
python-version: [ "3.10" ]

steps:
- uses: actions/checkout@v3
Expand All @@ -28,5 +28,5 @@ jobs:
- name: Publish package
env:
PYPI_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
run: poetry publish --build -u "__token__" -p "${{ env.PYPI_API_TOKEN }}"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ignore_missing_imports = true

[tool.poetry]
name = "fastapi-filter"
version = "0.0.2"
version = "0.0.3"
description = "FastAPI filter"
authors = ["Arthur Rio <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3ad11a4

Please sign in to comment.