Skip to content

Commit

Permalink
switch over to production configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
exarkun committed Jun 29, 2022
1 parent 1b9ba49 commit 9af450b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ workflows:
- "build-wheel":
filters:
tags:
only: "/^\\d+\\.\\d+\\.\\d+rc\\d$/"
only: "/^\\d+\\.\\d+\\.\\d+$/"
branches:
ignore: "/.*/"
- "pypi-upload":
filters:
tags:
only: "/^\\d+\\.\\d+\\.\\d+rc\\d$/"
only: "/^\\d+\\.\\d+\\.\\d+$/"
branches:
ignore: "/.*/"
repository: "testpypi"
repository: "pypi"
requires:
- "build-wheel"

Expand Down

0 comments on commit 9af450b

Please sign in to comment.