Skip to content

Commit 1b42d7a

Browse files
authored
chore: add pypirc command (#2273)
1 parent af1b047 commit 1b42d7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- run:
2525
name: Publish Python package
2626
command: make publish
27+
- run:
28+
name: Update pypirc
29+
command: ./.circleci/update-pypirc.sh
2730
- run:
2831
name: Publish Python Tests package
2932
command: make publish-tests

0 commit comments

Comments
 (0)