Skip to content

Commit

Permalink
0.0.5rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
o-murphy committed Sep 14, 2023
1 parent 983b26b commit 9cb1585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
pip install wheel twine
pip install -r requirements.txt
# pip install build
pip install build
- name: Build package
# run: python -m build
run: |
python setup.py sdist
python setup.py bdist_wheel
run: python -m build
# run: |
# python setup.py sdist
# python setup.py bdist_wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down
2 changes: 1 addition & 1 deletion a7p/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.5'
__version__ = '0.0.5rc1'
__author__ = "o-murphy"
__credits__ = ["Dmytro Yaroshenko"]
__copyright__ = ("",)
Expand Down

0 comments on commit 9cb1585

Please sign in to comment.