diff --git a/.github/workflows/publish-to-pypi-rex.yml b/.github/workflows/publish-to-pypi-rex.yml index fba2e1c..41f20b1 100644 --- a/.github/workflows/publish-to-pypi-rex.yml +++ b/.github/workflows/publish-to-pypi-rex.yml @@ -36,9 +36,9 @@ jobs: pip install build --user - - name: Go to rex directory + - name: Set rex as active alias run: >- - cd aliases/rex + mv ./aliases/rex/setup.py ./setup.py - name: Build a binary wheel and a source tarball run: >- python -m diff --git a/aliases/base.py b/aliases/base.py index df651c4..783bc6c 100644 --- a/aliases/base.py +++ b/aliases/base.py @@ -22,7 +22,7 @@ def run_setup(package_name: str, directory: str = '.'): packages=find_packages(directory), # Start with a small number and increase it with # every change you make https://semver.org - version='2.0.1', + version='2.0.2', # Chose a license from here: https: // # help.github.com / articles / licensing - a - # repository. For example: MIT diff --git a/aliases/rex/setup.py b/aliases/rex/setup.py index 65cccb1..caf0bbf 100644 --- a/aliases/rex/setup.py +++ b/aliases/rex/setup.py @@ -1,4 +1,4 @@ from aliases.base import run_setup -run_setup('rex', '...') +run_setup('rex')