Skip to content

Commit

Permalink
Merge pull request #12 from RingierIMU/fix-it-again
Browse files Browse the repository at this point in the history
  • Loading branch information
datashaman authored Mar 2, 2023
2 parents 62e1436 + f2e2a0e commit b9776c7
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-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Poetry
run: pipx install poetry
- name: Setup binaries. Poetry, Twine.
run: make setup-binaries

- name: Set up Python 🐍
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build: ## Build the package
poetry build

check: ## Check the package
twine check dist/*
twine check --strict dist/*

clean: ## Clean the package
rm -rf dist/*
Expand Down

0 comments on commit b9776c7

Please sign in to comment.