Skip to content

Commit 366474e

Browse files
authored
Merge pull request #249 from reportportal/develop
Release
2 parents 09db8f5 + de17361 commit 366474e

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

.github/workflows/release.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,30 +38,30 @@ jobs:
3838
- name: Checkout repository
3939
uses: actions/checkout@v4
4040

41-
- name: Set up Python
42-
uses: actions/setup-python@v5
43-
with:
44-
python-version: '3.10'
45-
46-
- name: Install dependencies
47-
run: python -m pip install --upgrade pip setuptools wheel
48-
49-
- name: Build package
50-
run: python setup.py sdist bdist_wheel
51-
52-
- name: Publish package
53-
uses: pypa/gh-action-pypi-publish@release/v1
54-
with:
55-
user: ${{ secrets.PYPI_USERNAME }}
56-
password: ${{ secrets.PYPI_PASSWORD }}
57-
5841
- name: Generate versions
5942
uses: HardNorth/github-version-generate@v1
6043
with:
6144
version-source: file
6245
version-file: ${{ env.VERSION_FILE }}
6346
version-file-extraction-pattern: ${{ env.VERSION_EXTRACT_PATTERN }}
6447

48+
- name: Set up Python
49+
uses: actions/setup-python@v5
50+
with:
51+
python-version: '3.10'
52+
53+
# - name: Install dependencies
54+
# run: python -m pip install --upgrade pip setuptools wheel
55+
56+
# - name: Build package
57+
# run: python setup.py sdist bdist_wheel
58+
#
59+
# - name: Publish package
60+
# uses: pypa/gh-action-pypi-publish@release/v1
61+
# with:
62+
# user: ${{ secrets.PYPI_USERNAME }}
63+
# password: ${{ secrets.PYPI_PASSWORD }}
64+
6565
- name: Setup git credentials
6666
uses: oleksiyrudenko/gha-git-credentials@v2-latest
6767
with:

tests/aio/test_threaded_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import pickle
1515
from unittest import mock
1616

17+
# noinspection PyPackageRequirements
1718
import pytest
1819

1920
from reportportal_client.aio import ThreadedRPClient

0 commit comments

Comments
 (0)