Skip to content

Commit 8039974

Browse files
committed
rm todo to conda
1 parent 273e642 commit 8039974

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/_release_pre.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ jobs:
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

.github/workflows/manual_release_stable.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ 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
97-
98-
# TODO: add job for publish package to Conda
99-
# https://github.com/apify/crawlee-python/issues/104

0 commit comments

Comments
 (0)