Skip to content

Commit

Permalink
Update pipeline to upload alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-vouk-kanda committed Jan 18, 2024
1 parent 21db429 commit d6d08e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi-rex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aliases/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aliases/rex/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from aliases.base import run_setup


run_setup('rex', '...')
run_setup('rex')

0 comments on commit d6d08e9

Please sign in to comment.