File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 6161 is_prerelease : " yes"
6262 version_number : ${{ needs.release_metadata.outputs.version_number }}
6363 ref : ${{ needs.update_changelog.outputs.changelog_commitish }}
64+
6465 # Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
6566 - name : Publish package to PyPI
6667 uses : pypa/gh-action-pypi-publish@release/v1
67-
68- # TODO: add job for publish package to Conda
69- # https://github.com/apify/crawlee-python/issues/104
Original file line number Diff line number Diff line change @@ -91,13 +91,11 @@ jobs:
9191 is_prerelease : " "
9292 version_number : ${{ needs.release_metadata.outputs.version_number }}
9393 ref : ${{ needs.update_changelog.outputs.changelog_commitish }}
94+
9495 # Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
9596 - name : Publish package to PyPI
9697 uses : pypa/gh-action-pypi-publish@release/v1
9798
98- # TODO: add job for publish package to Conda
99- # https://github.com/apify/crawlee-python/issues/104
100-
10199 trigger_docker_build :
102100 name : Trigger Docker image build
103101 needs : [release_metadata, update_changelog]
You can’t perform that action at this time.
0 commit comments