Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: dont specify 2u package name on pr to master
Browse files Browse the repository at this point in the history
  • Loading branch information
christopappas committed Dec 6, 2023
1 parent 702d87a commit a3008b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: pip install setuptools wheel

- name: Build package
run: export PACKAGE_BUILD_NAME=2u-ecommerce-worker && python setup.py sdist bdist_wheel
run: python setup.py sdist bdist_wheel

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit a3008b3

Please sign in to comment.