Skip to content

Commit

Permalink
CI: Add a test to revmove a package
Browse files Browse the repository at this point in the history
* Add a test that triggers the conditions for removal of a package from
  Anaconda Cloud in advance of its upload to avoid an error.
  • Loading branch information
matthewfeickert committed Feb 19, 2024
1 parent ab84521 commit c4a9b40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
artifacts_path: dist
anaconda_nightly_upload_token: ${{ secrets.UPLOAD_TOKEN }}

- name: Test upload that forces removal first
uses: ./
with:
artifacts_path: dist
anaconda_nightly_upload_token: ${{ secrets.UPLOAD_TOKEN }}

- name: Build v0.0.2 wheel and sdist
run: |
# Bump version to avoid wheel name conflicts
Expand Down

0 comments on commit c4a9b40

Please sign in to comment.