Skip to content

Commit

Permalink
fix: pipeline changes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
iamatulsingh committed Oct 28, 2024
1 parent 930b433 commit 797992c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,15 @@ jobs:
with:
python-version: "3.x"

- name: Install dependencies
run: |
python -m ensurepip
pip install --upgrade pip
pip install --upgrade setuptools wheel twine
- name: Build source and wheel distributions
run: |
pip install -r requirements.txt
pip install --upgrade setuptools wheel twine
python setup.py sdist bdist_wheel
twine check --strict dist/*
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pytest==7.2.0
setuptools
requests~=2.32.2
beautifulsoup4==4.11.1
pydotmap~=0.1.3
Expand Down

0 comments on commit 797992c

Please sign in to comment.