We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af6985 commit 5a2f7bdCopy full SHA for 5a2f7bd
.github/workflows/python-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
pip install setuptools wheel twine
22
- name: Update version number
23
run: |
24
- sed -i 's/<PACKAGE_VERSION>/${{ github.ref_name }}/' setup.py
+ sed -i 's/version="5"/version="${{ github.ref_name }}"/' setup.py
25
- name: Build and publish
26
env:
27
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="python-amazon-paapi",
8
- version="<PACKAGE_VERSION>",
+ version="5",
9
author="Sergio Abad",
10
author_email="sergio.abad@bytelix.com",
11
description="Amazon Product Advertising API 5.0 wrapper for Python",
0 commit comments