Skip to content

Commit 81ce890

Browse files
committed
rm todo to conda
1 parent 3b98ff7 commit 81ce890

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/_release_pre.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,3 @@ jobs:
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

.github/workflows/manual_release_stable.yaml

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

0 commit comments

Comments
 (0)