Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lestherll committed Sep 7, 2021
1 parent 3118530 commit 7e7b749
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build and publish to TesyPyPI
uses: JRubics/poetry-publish@v1.8
with:
pypi_token: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/
ignore_dev_requirements: "yes"
- name: Build and publish to PyPI
uses: JRubics/poetry-publish@v1.8
with:
Expand Down
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 = "expr_calc"
version = "0.1.1"
version = "0.1.1b"
description = "Expression interpreter modeled after a calculator"
authors = ["lestherll <ljllacuna5@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 7e7b749

Please sign in to comment.