Skip to content

Commit 9cdc15b

Browse files
committed
attempt at fixing pypi uploads
1 parent 38140da commit 9cdc15b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
files: artifacts/pyre2*
136136

137137
- uses: pypa/gh-action-pypi-publish@release/v1
138-
if: ${{ github.actor == github.repository_owner && github.ref == 'refs/heads/master' }}
138+
if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'release'
139139
with:
140140
user: __token__
141141
password: ${{ secrets.pypi_password }}

conda.recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "pyre2" %}
2-
{% set version = "0.3.9" %}
2+
{% set version = "0.3.10" %}
33

44
package:
55
name: {{ name|lower }}

0 commit comments

Comments
 (0)