Skip to content

Commit

Permalink
set complient setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivailop committed Apr 11, 2024
1 parent 81b4478 commit 699bb36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.7]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: '3.7'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='python_testspace_xml',
version='',
version='1.2',
packages=find_packages(include=['python_testspace_xml', 'python_testspace_xml.*']),
url='',
license="MIT license",
Expand Down

0 comments on commit 699bb36

Please sign in to comment.