We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38140da commit 9cdc15bCopy full SHA for 9cdc15b
.github/workflows/release.yml
@@ -135,7 +135,7 @@ jobs:
135
files: artifacts/pyre2*
136
137
- uses: pypa/gh-action-pypi-publish@release/v1
138
- if: ${{ github.actor == github.repository_owner && github.ref == 'refs/heads/master' }}
+ if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'release'
139
with:
140
user: __token__
141
password: ${{ secrets.pypi_password }}
conda.recipe/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "pyre2" %}
2
-{% set version = "0.3.9" %}
+{% set version = "0.3.10" %}
3
4
package:
5
name: {{ name|lower }}
0 commit comments