Skip to content

Commit

Permalink
Fixing username for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Apr 21, 2023
1 parent e21811b commit 4c222d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
namespace: "admin/quansight"
role: "repository-quansight-conda-store-role"
secrets: |
kv/data/repository/Quansight/conda-store/shared_secrets PYPI_PASSWORD | HATCH_INDEX_USER;
kv/data/repository/Quansight/conda-store/shared_secrets PYPI_USERNAME | HATCH_INDEX_USER;
kv/data/repository/Quansight/conda-store/shared_secrets PYPI_PASSWORD | HATCH_INDEX_AUTH;
- name: Set up Python
Expand Down

0 comments on commit 4c222d3

Please # to comment.