提交 d27c75bf 编写于 作者: N nicolargo

Correct Pypi CI pipeline

上级 6f50664e
......@@ -111,6 +111,7 @@ jobs:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true
- name: Publish distribution package to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
......
......@@ -53,6 +53,8 @@ if PY3:
bool_type = bool
long = int
PermissionError = OSError
viewkeys = operator.methodcaller('keys')
viewvalues = operator.methodcaller('values')
viewitems = operator.methodcaller('items')
......
......@@ -22,7 +22,7 @@ from __future__ import unicode_literals
import operator
from glances.compat import u, nativestr, n
from glances.compat import u, nativestr, n, PermissionError
from glances.plugins.glances_plugin import GlancesPlugin
import psutil
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册