Skip to content

Commit

Permalink
update_sources: ignore preview candidate (pc) versions (#1991)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsafo authored Jan 11, 2024
1 parent fecd027 commit 680ebcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda_forge_tick/update_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ class VersionFromFeed(AbstractSource):
"test",
"pre",
"git",
"pc",
]

def get_version(self, url) -> Optional[str]:
Expand Down

0 comments on commit 680ebcb

Please sign in to comment.