Skip to content

Commit

Permalink
don't copy and paste
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Aug 17, 2022
1 parent 4027675 commit 9598b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install --upgrade wheel setuptools twine
- name: Build Binary
run: |
python3 setup.py sdist bdist_wheel --universal
python3 -m build
- name: Publish
run: |
python3 -m twine upload dist/*
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "inventree-shopify"
version = "0.0.4"
version = "0.0.4a1"
description="Shopify integration for InvenTree"
readme = "README.md"
license = {text = "MIT"}
Expand Down

0 comments on commit 9598b00

Please sign in to comment.