Skip to content

Commit

Permalink
remove temporary fix for publishing job
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbalakirev authored Aug 28, 2024
1 parent e7c4208 commit 482a04a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
#TODO: move lint to separate job
#TODO: coverage tests in separate job
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions. It also publishes to pypi.org on version tags.

name: Python package

Expand Down Expand Up @@ -88,7 +85,7 @@ jobs:
name: >-
Publish Python distribution package to PyPI
if: startsWith(github.ref, 'refs/tags/v') # only publish to PyPI on tag pushes
#needs: [build,test-and-lint] # Ensure that package was built and tested for all python versions before publishing, temporarly disabled until github secrets are updated (backend_api)
needs: [build,test-and-lint] # Ensure that package was built and tested for all python versions before publishing
runs-on: ubuntu-latest
environment:
name: pypi
Expand Down

0 comments on commit 482a04a

Please sign in to comment.