File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 6565 # Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
6666 - name : Publish package to PyPI
6767 uses : pypa/gh-action-pypi-publish@release/v1
68-
69- # TODO: add job for publish package to Conda
70- # https://github.com/apify/crawlee-python/issues/104
Original file line number Diff line number Diff line change 9595 is_prerelease : " "
9696 version_number : ${{ needs.release_metadata.outputs.version_number }}
9797 ref : ${{ needs.update_changelog.outputs.changelog_commitish }}
98+
9899 # Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
99100 - name : Publish package to PyPI
100101 uses : pypa/gh-action-pypi-publish@release/v1
101-
102- # TODO: add job for publish package to Conda
103- # https://github.com/apify/crawlee-python/issues/104
You can’t perform that action at this time.
0 commit comments