Skip to content

Commit

Permalink
action on push
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelpsilva07 committed Jan 27, 2024
1 parent 02c7711 commit 7b236bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Build package
run: |
ls
python -m build
echo python -m build
python setup.py sdist_bdist wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import setuptools
import sys
import os

sys.path.insert(0, ("./composipy"))

Expand Down

0 comments on commit 7b236bd

Please sign in to comment.