Skip to content

Commit

Permalink
fix emoji
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Dec 27, 2023
1 parent 792d93b commit 5cb6bcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-java-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

name: 📦Publish Fury Java Snapshot
name: Publish Fury Java Snapshot

on:
push:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

name: 📦Publish Fury
name: Publish Fury

on:
push:
Expand All @@ -24,7 +24,7 @@ on:

jobs:
release-python:
name: Publish Python 📦 to PyPI
name: Publish Fury Python to PyPI
runs-on: ubuntu-20.04
environment:
name: pypi
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
echo "Build pyfury"
python setup.py bdist_wheel --dist-dir=../dist
../ci/deploy.sh rename_linux_wheels $PWD/../dist
- name: Publish wheel 📦 to PyPI
- name: Publish wheel to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down

0 comments on commit 5cb6bcf

Please sign in to comment.